Load required packages for entire project

library(here)
source(here("script", "01_mainRSV.R"))

 

Run the archiving script to update the RSV dataset

source(here("script", "02_fileCache.R"))
source(here("script", "03_runIfExpired.R"))

 

Load RSV datasets for OTher countries

source(here("script", "04_loadRSVdata_OT.R"))

 

Load RSV datasets for the US

source(here("script", "04_loadRSVdata_US.R"))

 

Load RSV onset datasets for OTher countries

source(here("script", "04_loadRSVOnset_OT.R"))

 

Load RSV onset datasets for the US

source(here("script", "04_loadRSVOnset_US.R"))

 

Seasonal dynamics of RSV by WHO region

source(here("script", "05_seasRSV_region.R"))

 

Seasonal dynamics of RSV by Hemisphere

source(here("script", "06_seasRSV_hemi.R"))

 

Dynamics of RSV in African countries

source(here("script", "07_seasRSV_afr.R"))

 

Dynamics of RSV in South East Asian countries

source(here("script", "08_seasRSV_sear.R"))

 

Dynamics of RSV in Western Pacific countries

source(here("script", "09_seasRSV_wpr.R"))

 

Dynamics of RSV in Eastern Mediterranean countries

source(here("script", "10_seasRSV_emr.R"))

 

Dynamics of RSV in European countries

source(here("script", "11_seasRSV_eur.R"))

 

Dynamics of RSV in Americas countries

source(here("script", "12_seasRSV_amr.R"))

 

Dynamics of RSV in the United States of America

source(here("script", "13_seasRSV_usa.R"))

 

Onset of RSV outbreaks by region

source(here("script", "14_onsetRSV_region1.R"))

source(here("script", "14_onsetRSV_region2.R"))

source(here("script", "14_onsetRSV_region3.R"))

 

Onset of RSV outbreaks by northen hemisphere

source(here("script", "15_onsetRSV_nhemi.R"))

 

Onset of RSV outbreaks by southern hemisphere

source(here("script", "15_onsetRSV_shemi.R"))